home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / Resound / UpdateSoundView.m < prev   
Text File  |  1992-12-20  |  458b  |  27 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "UpdateSoundView.h"
  5. #import "Imports.h"
  6.  
  7. @implementation UpdateSoundView
  8.  
  9.  
  10. - drawSelf:(const NXRect *)rects :(int)rectCount
  11. {
  12.     [super drawSelf: rects: rectCount];
  13.     if (continuousUpdate) [theEditController ChangeView:self];
  14.     return self;
  15. }
  16.  
  17.  
  18. - HeresTheEditController:anEditController: (BOOL) andTheUpdateChoice;
  19. {
  20.     theEditController=anEditController;
  21.     continuousUpdate=andTheUpdateChoice;
  22.     return self;
  23. }
  24.  
  25.  
  26. @end
  27.